home *** CD-ROM | disk | FTP | other *** search
- /* DopusMatchdesktop.dopus5 */
- options results
- address 'DOPUS.1'
- dopus front
- dopus matchdesktop 'SYS:Prefs'
- if result = 1 then
- text = 'Your Desktop path is SYS:Prefs, very strange :)'
- else
- text = 'Your Desktop path isn''t SYS:Prefs, good :)'
- dopus request '"'text'" OK'
- dopus back
- exit
-